Thursday, June 26, 2008
Best Mootools AJAX
http://efectorelativo.net/laboratory/noobSlide/
http://www.phatfusion.net/slideshow/
http://www.phatfusion.net/slideshow/
Wednesday, June 18, 2008
Browser detect using user agent
$browser = $_SERVER['HTTP_USER_AGENT'] . "\n\n";
$type = "Firefox";
if(stristr($browser, $type) === FALSE) {
echo "
}
$type = "Firefox";
if(stristr($browser, $type) === FALSE) {
echo "
";
echo "Please use Firefox. Other Browsers may not display content in the intended manner.
To download a free copy please visit: http://getfirefox.com/
";echo "Please use Firefox. Other Browsers may not display content in the intended manner.
To download a free copy please visit: http://getfirefox.com/
}
Sunday, June 15, 2008
Fantastic Icons
These are one of the best icon sets that I have c come across:
http://min.frexy.com/article/bright_a_free_icon_set/
http://min.frexy.com/article/bright_a_free_icon_set/
Thursday, June 12, 2008
Wednesday, June 11, 2008
CMSMS Menu Manager
Start here:
http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel/Layout/Menu_Manager#About_the_Menu_Manager
But this page is really good:
http://themes.cmsmadesimple.org/menu_manager_options.html
This is the list of options :
http://wiki.cmsmadesimple.org/index.php/FAQ/Layout_and_Design/Menu_Manager_Node_Parameters
http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel/Layout/Menu_Manager#About_the_Menu_Manager
But this page is really good:
http://themes.cmsmadesimple.org/menu_manager_options.html
This is the list of options :
http://wiki.cmsmadesimple.org/index.php/FAQ/Layout_and_Design/Menu_Manager_Node_Parameters
Monday, June 2, 2008
Subscribe to:
Posts (Atom)